(x_set_menu_bar_lines): Fix typo in last change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 19 May 1993 03:51:26 +0000 (03:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 19 May 1993 03:51:26 +0000 (03:51 +0000)
src/xfns.c

index 3e272cae31f04e27802c4c8e34e50656dc2a40a2..0aa98ed41a1f3ca0a9f8dfdd5069e763572d842d 100644 (file)
@@ -899,7 +899,7 @@ x_set_menu_bar_lines (f, value, oldval)
      most of the commands try to apply themselves to the minibuffer
      frame itslef, and get an error because you can't switch buffers
      in or split the minibuffer window.  */
-  if (FRAME_MINBUF_ONLY_P (f))
+  if (FRAME_MINIBUF_ONLY_P (f))
     return;
 
   if (XTYPE (value) == Lisp_Int)